home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / SMAILB / !SendMail / usr / smail / lib / transports < prev   
Text File  |  1995-05-29  |  1KB  |  27 lines

  1. # this is the local transport if we are using !ReadNews/!Incorp and !RUCP's
  2. # spool directory
  3. # local:    driver=appendfile, from, return_path, local;
  4. #     file=/rucp/uucp/mail/${lc:user}, prefix="\x01\n", suffix="\n",
  5. #         check_path, expand_user, append_as_user, mode=0664
  6.  
  7. # this is the local transport if we use !ReadNews without !Incorp
  8. # local: driver=pipe, received, from, return_path, local;
  9. #        cmd="/uucp/bin/readnput ${lc:strip:user}"
  10.  
  11. # this is the local transport if we are using !NewsBase
  12. local:    driver=appendfile, from, return_path, local;
  13.     file=/usr/mail/${lc:user}, suffix="\n",
  14.         check_path, expand_user, append_as_user, mode=0664
  15.  
  16. # this is the uux transport
  17. uux: driver=pipe, received, from, max_addrs=8, max_chars=128;
  18.     cmd="/uucp/bin/uux - -r $host!rmail $((${strip:user})$)",
  19.     pipe_as_sender
  20.  
  21. # and finally there is the smtp transport
  22. # note the overriden timeouts (default is 5m/2h) - more sensible on
  23. # modem connections
  24. smtp: -max_chars, -max_addrs, driver=smtp;
  25.       short_timeout = 30s, long_timeout = 1m
  26.       
  27.